home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Stopwatch2.3 / Source / PB.project < prev    next >
Text File  |  1995-06-12  |  1KB  |  34 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = StopWatch.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     C_FILES = (createPath.c);
  7.     OTHER_LIBS = (Media_s, NeXT_s, Indexing_s);
  8.     CLASSES = (AppIconView.m, BrowserViewMgr.m, ClientInfo.m, ClientInspector.m, ClientViewMgr.m, ColCell.m, Controller.m, Expense.m, ExpenseEditor.m, ExpenseViewMgr.m, InfoPanel.m, Invoice.m, Preferences.m, Session.m, SessionEditor.m, SessionViewMgr.m, SortList.m, StopWatch.m, ViewMgr.m);
  9.     OTHER_RESOURCES = (DetailTemplate.rtf, ExpenseTemplate.rtf, InvoiceTemplate.rtf, Help);
  10.     OTHER_SOURCES = (Makefile);
  11.     H_FILES = (AppIconView.h, BrowserViewMgr.h, ClientInfo.h, ClientInspector.h, ClientViewMgr.h, ColCell.h, Controller.h, createPath.h, Expense.h, ExpenseEditor.h, ExpenseViewMgr.h, InfoPanel.h, Invoice.h, Preferences.h, Session.h, SessionEditor.h, SessionViewMgr.h, SortList.h, StopWatch.h, ViewMgr.h);
  12.     INTERFACES = (ClientInspector.nib, ExpenseEditor.nib, infoPanel.nib, Preferences.nib, SessionEditor.nib, Stopwatch.nib);
  13.     IMAGES = ();
  14.     OTHER_LINKED = ();
  15.     M_FILES = (Stopwatch_main.m);
  16. };
  17. APPCLASS = Application;
  18. MAINNIB = Stopwatch;
  19. DOCEXTENSIONS = ();
  20. PROJECTTYPE = Application;
  21. PROJECTVERSION = 1.1;
  22. LOCALIZABLE_FILES = {
  23.     Help;
  24.     SessionEditor.nib;
  25.     ExpenseEditor.nib;
  26.     ClientInspector.nib;
  27.     Preferences.nib;
  28.     infoPanel.nib;
  29.     Stopwatch.nib;
  30. };
  31. PROJECTNAME = Stopwatch;
  32. SYSTEMEXTENSIONS = ();
  33. LANGUAGE = English;
  34.